home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8605
/
8605.xpi
/
chrome
/
content
/
status.js
< prev
next >
Wrap
Text File
|
2009-02-01
|
334b
|
11 lines
function ro_cvds_initStatus()
{
status = window.opener.ro_cvds_daInstance.status;
if (!status.error)
prefix = "OK";
else
prefix = "Error";
document.getElementById("statusCode").setAttribute("value",prefix+":");
document.getElementById("statusMsg").setAttribute("value",status.message);
}